home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8693 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.worldcom.ch!usenet
  2. From: Jean-Pierre Schnyder <jschnyde@worldcom.ch>
  3. Newsgroups: comp.lang.c++
  4. Subject: Looking for a book discussing c++ pgming strategies on big projects
  5. Date: Sat, 24 Feb 1996 00:17:35 +0100
  6. Organization: WorldCom
  7. Message-ID: <312E4B0F.15B3@worldcom.ch>
  8. NNTP-Posting-Host: port_b11.worldcom.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13. CC: jschnyde@worldcom.ch
  14.  
  15. Hi,
  16.  
  17. I'm envolved on a big project and we are faced with the burden caused by having 
  18. to compile large amount of code. We use VC 2.2 under Windows NT. I'd be 
  19. interested to find some material discussing the following issues:
  20.  
  21. o design principles enabling to minimize dependancies between domains of the 
  22. project
  23. o what strategy to use with #include's: forward declaration of a class A in the 
  24. header containing the declaration of another class B or putting including class 
  25. A's header in class B's header. The first solution avoid transitive recompilation 
  26. of a lot of code after a change in a "basic" header but has its drawbacks
  27.  
  28. Any suggestion or guidelines will be welcomed. Thanks a lot.
  29.  
  30. Cheers, Jean-Pierre
  31. -- 
  32. --------------------------------------------------------------------------
  33. Jean-Pierre Schnyder             Software engineer             Switzerland
  34.  
  35.